Enable JMX in WeblogicΒΆ

Following are the steps to enable JMX in Weblogic hosted on Windows.

  1. Open the startWebLogic.bat file in a text editor.

  2. Find the JAVA_OPTS line and add the following:

    -Dcom.sun.management.jmxremote
    -Dcom.sun.management.jmxremote.port=<8888>{It can be custom port number}
    -Dcom.sun.management.jmxremote.authenticate=false
    -Dcom.sun.management.jmxremote.ssl=false
    

3.Restart WebLogic.